home *** CD-ROM | disk | FTP | other *** search
- Path: columba.udac.uu.se!news
- From: Enrico Savazzi <enrico.savazzi@pal.uu.se>
- Newsgroups: comp.lang.c
- Subject: Re: Complete Newbie Question
- Date: Tue, 06 Feb 1996 10:09:32 +0100
- Organization: Uppsala University
- Message-ID: <31171ACC.155B@pal.uu.se>
- References: <4f0ibf$2pe@mars.dsu.edu> <tcpnntpd.16.2.4.12.8.28.2781597121.396847@bbs.sos.on.ca>
- NNTP-Posting-Host: esavazzi.pal.uu.se
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (WinNT; I)
-
- verneb@sos.on.ca wrote:
- > I >I'm just learning C, and for the life of me I can't find anywhere
- > I >
- > I >how to make the printf statements print in the Upper left corner of the
- > I >screen
-
- [snip]
-
- As far as I know, standard C provides no means to move the cursor around.
- You have to look for a solution specific to your system (escape sequences,
- direct access to the graphics controiller or to video memory, etc.).
-
- E. Savazzi
-